Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Run node-gyp and node-gyp-build via npx #408

Merged
merged 1 commit into from
Jan 11, 2020
Merged

Run node-gyp and node-gyp-build via npx #408

merged 1 commit into from
Jan 11, 2020

Conversation

link2xt
Copy link
Contributor

@link2xt link2xt commented Jan 11, 2020

Otherwise system versions are run and trigger
nodejs/node-gyp#2005 bug which is already
fixed in node-gyp 6.1.0.

Otherwise system versions are run and trigger
nodejs/node-gyp#2005 bug which is already
fixed in node-gyp 6.1.0.
@link2xt
Copy link
Contributor Author

link2xt commented Jan 11, 2020

Made a simple script to test:

"x": "npx which node-gyp",
"y": "which node-gyp",

The first one gives me .../deltachat-node/node_modules/.bin/node-gyp, the second one /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants